Tic-Tac-Toe

Project Overview

We have covered several ways that you optimize your VR projects and now is the time to get some practice actually optimizing. Get the Tic-Tac-Toe Starter Project. This starter project is a complete game of Tic-Tac-Toe against a friendly AI Robot. As you might have guessed, the only problem is that the scene is completely un-optimized for mobile VR. Your task is to use what you just learned to optimize this project to run at 60 FPS on your phone.

Tic-Tac-Toe

When you open the starter project, you will see a Robot in front of a Tic-Tac-Toe board. When you start the game, you can play by clicking on the "O"s on the left of your table and dragging them over the game board. In optimizing your scene, your goal is to keep this core game play the same.

Optimizations

There are many things wrong with the Tic-Tac-Toe project. Below is a list of some of the things that could be wrong:

  • Lighting
  • Shadows
  • Un-optimized loops
  • Object Pooling
  • High Poly Models
  • Un-optimized Physics
  • High Anti-Aliasing